essential

fun essential(log: (tag: String, level: String, message: String, throwable: Throwable?) -> Unit): Logger

Forwards sanitized library lifecycle messages to the host sink. Wire payloads, URLs, and tokens are redacted before log is invoked. log always receives TAG as the tag argument.